Start(string[]) Method

Summary

Starts the service with the specified arguments.

Syntax
C#
VB
C++
public void Start( 
   string[] args 
) 
  
Public Overloads Sub Start( _ 
   ByVal args() As String _ 
)  
public: 
void Start(  
   array<String^>^ args 
)  

Parameters

args
The arguments to pass to the service.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Server.Admin Assembly